home *** CD-ROM | disk | FTP | other *** search
/ Medabots Cardz / Medabots CD Cardz Sumilidon.bin / mac / assets / sumilidon.dxr / 00203_Script_203 < prev    next >
Text File  |  2001-12-07  |  236b  |  11 lines

  1. global macfullscreen 
  2.  
  3. on exitFrame me
  4.   if the movieRate of sprite 7 = 0 then
  5.     macfullscreen = 1
  6.     go to the frame + 1
  7.   end if
  8.   set the width of sprite(7) = 800
  9.   set the height of sprite(7) = 600
  10.   go to the frame
  11. end